get Nullable Value List
inline fun <T : Any> DynamicRealmObject.getNullableValueList(fieldName: String): RealmList<T?>
Content copied to clipboard
Returns the list of nullable elements referenced by the property name as a RealmList.
Reified convenience wrapper of DynamicRealmObject.getNullableValueList.